Edit Task: DurationMinSegment
Format
SCHED / EditTask '<TaskName>' DurationMinSegment <DurationMinSegment>
Description
The DurationMinSegment attribute under EditTask defines the task's minimum segment duration. Each of the task's assignments must have a minimum duration greater than or equal to this value. This value is only valid if the DurationIsMultipleSegmentsAllowed is set to true. If the minimum total duration or the maximum total duration values are less than this value then those values will be increased to match this value.
Parameters
Parameter | Description |
---|---|
DurationMinSegment | A double value that represents the minimum time constraint for the task's assignments. |
Examples
Sets the minimum segment duration to 10s for a task
SCHED / EditTask 'TaskA' DurationMinSegment 10